home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / graph11.arc / DEMO3.BAT < prev    next >
DOS Batch File  |  1991-08-21  |  285b  |  6 lines

  1. @ echo off
  2. echo The following command line will zoom data points from data #1 to
  3. echo  data #40 and label the axis Charge distribution vs X
  4. echo                grapher test.dat 1 40 Charge distribution vs X
  5. pause
  6. grapher test.dat 1 40 Charge distribution vs X (Zoom at #1 to #40)